projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3cd4b5
)
(ps-print-color-p): Fix minor error.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Apr 1997 23:42:53 +0000
(23:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Apr 1997 23:42:53 +0000
(23:42 +0000)
lisp/ps-print.el
patch
|
blob
|
history
diff --git
a/lisp/ps-print.el
b/lisp/ps-print.el
index be96506716e817d0e7d405451704a9b9db46cf11..864c087086f5f1473aebe3c1d88aaf7fcfe73183 100644
(file)
--- a/
lisp/ps-print.el
+++ b/
lisp/ps-print.el
@@
-936,7
+936,7
@@
when generating Postscript."
;;; Colors
(defcustom ps-print-color-p (or (fboundp 'x-color-values) ; Emacs
- (fboundp 'pixel-components) ; XEmacs
+ (fboundp 'pixel-components)
)
; XEmacs
; xemacs
; Printing color requires x-color-values.
"*If non-nil, print the buffer's text in color."